runtime.mspan.allocCountBeforeCache (field)
6 uses
runtime (current package)
mcache.go#L164: slotsUsed := int64(s.allocCount) - int64(s.allocCountBeforeCache)
mcache.go#L179: s.allocCountBeforeCache = 0
mcache.go#L197: s.allocCountBeforeCache = s.allocCount
mcache.go#L278: slotsUsed := int64(s.allocCount) - int64(s.allocCountBeforeCache)
mcache.go#L279: s.allocCountBeforeCache = 0
mheap.go#L489: allocCountBeforeCache uint16 // a copy of allocCount that is stored just before this span is cached
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)